home *** CD-ROM | disk | FTP | other *** search
- 159
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- ResolveShortcut
- --- RECORDSEPARATOR ---
- Platform:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Windows
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Description:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baResolveShortcut returns the file a Window 95/NT shortcut. points to.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Usage:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Result = baResolveShortcut( Shortcut )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Arguments:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- String.
- --- RECORDSEPARATOR ---
- Shortcut is the name of the shortcut.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Returns:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- String.
- --- RECORDSEPARATOR ---
- Returns the file name, or an empty string if the shortcut doesn't exist or isn't a
- --- RECORDSEPARATOR ---
- shortcut.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Examples:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Director:
- --- RECORDSEPARATOR ---
- set filename = baResolveShortcut( "c:\temp\My Shortcut" )
- --- RECORDSEPARATOR ---
- Authorware:
- --- RECORDSEPARATOR ---
- filename := baResolveShortcut( "c:\\temp\\My Shortcut" )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Notes:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- This function is only available in the 32 bit version running under Windows 95 or
- --- RECORDSEPARATOR ---
- NT 4. If used in 16 bit or under earlier versions of NT, it will do nothing and return
- --- RECORDSEPARATOR ---
- an empty string.
- --- RECORDSEPARATOR ---
- The file extension for shortcuts is .lnk, which Windows does not display. If does not
- --- RECORDSEPARATOR ---
- matter whether or not you include this extension in your shortcut name.